- PurpleCmdFlag
alias PurpleCmdFlag = _PurpleCmdFlag
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleCmdFunc
alias PurpleCmdFunc = _PurpleCmdRet function(_PurpleConversation*, const(char)*, char**, char**, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleCmdId
alias PurpleCmdId = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleCmdPriority
alias PurpleCmdPriority = _PurpleCmdPriority
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleCmdRet
alias PurpleCmdRet = _PurpleCmdRet
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleCmdStatus
alias PurpleCmdStatus = _PurpleCmdStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmd_do_command
alias da_purple_cmd_do_command = PurpleCmdStatus function(PurpleConversation* conv, const(gchar)* cmdline, const(gchar)* markup, gchar** errormsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmd_help
alias da_purple_cmd_help = GList* function(PurpleConversation* conv, const(gchar)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmd_list
alias da_purple_cmd_list = GList* function(PurpleConversation* conv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmd_register
alias da_purple_cmd_register = PurpleCmdId function(const(gchar)* cmd, const(gchar)* args, PurpleCmdPriority p, PurpleCmdFlag f, const(gchar)* prpl_id, PurpleCmdFunc func, const(gchar)* helpstr, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmd_unregister
alias da_purple_cmd_unregister = void function(PurpleCmdId id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmds_get_handle
alias da_purple_cmds_get_handle = gpointer function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmds_init
alias da_purple_cmds_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_cmds_uninit
alias da_purple_cmds_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_do_command
PurpleCmdStatus purple_cmd_do_command(PurpleConversation* conv, const(gchar)* cmdline, const(gchar)* markup, gchar** errormsg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_help
GList* purple_cmd_help(PurpleConversation* conv, const(gchar)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_list
GList* purple_cmd_list(PurpleConversation* conv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_register
PurpleCmdId purple_cmd_register(const(gchar)* cmd, const(gchar)* args, PurpleCmdPriority p, PurpleCmdFlag f, const(gchar)* prpl_id, PurpleCmdFunc func, const(gchar)* helpstr, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_unregister
void purple_cmd_unregister(PurpleCmdId id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmds_get_handle
gpointer purple_cmds_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmds_init
void purple_cmds_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmds_uninit
void purple_cmds_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_do_command
da_purple_cmd_do_command purple_cmd_do_command;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_help
da_purple_cmd_help purple_cmd_help;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_list
da_purple_cmd_list purple_cmd_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_register
da_purple_cmd_register purple_cmd_register;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmd_unregister
da_purple_cmd_unregister purple_cmd_unregister;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmds_get_handle
da_purple_cmds_get_handle purple_cmds_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmds_init
da_purple_cmds_init purple_cmds_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_cmds_uninit
da_purple_cmds_uninit purple_cmds_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.